1 /*
2  * Created
by SharpDevelop.
3  * User: Janphil Garay
4  * Date:
16/02/2012
5  * Time:
12:52 AM
6  *
7  * To change
this template use Tools | Options | Coding | Edit Standard Headers.
8  */

9 namespace
FaceRecognition
10 {
11     
partial class frmEnrollment
12     {

13         ///
<summary>
14         ///
Designer variable used to keep track of non-visual components.
15         ///
</summary>
16         
private System.ComponentModel.IContainer components = null;
17         
18         ///
<summary>
19         ///
Disposes resources used by the form.
20         ///
</summary>
21         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
22         
protected override void Dispose(bool disposing)
23         {
24             
if (disposing) {
25                 
if (components != null) {
26                     components.Dispose();
27                 }
28             }
29             
base.Dispose(disposing);
30         }

31         
32         ///
<summary>
33         ///
This method is required for Windows Forms designer support.
34         ///
Do not change the method contents inside the source code editor. The Forms designer might
35         ///
not be able to load this method if it was changed manually.
36         ///
</summary>
37         
private void InitializeComponent()
38         {
39             
this.components = new System.ComponentModel.Container();
40             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmEnrollment));
41             
this.imageBoxFrameGrabber = new Emgu.CV.UI.ImageBox();
42             
this.label1 = new System.Windows.Forms.Label();
43             
this.textBox1 = new System.Windows.Forms.TextBox();
44             
this.button2 = new System.Windows.Forms.Button();
45             
this.groupBox1 = new System.Windows.Forms.GroupBox();
46             
this.imageBox1 = new Emgu.CV.UI.ImageBox();
47             ((System.ComponentModel.ISupportInitialize)(
this.imageBoxFrameGrabber)).BeginInit();
48             
this.groupBox1.SuspendLayout();
49             ((System.ComponentModel.ISupportInitialize)(
this.imageBox1)).BeginInit();
50             
this.SuspendLayout();
51             
//
52             
// imageBoxFrameGrabber
53             
//
54             
this.imageBoxFrameGrabber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
55             
this.imageBoxFrameGrabber.Location = new System.Drawing.Point(12, 12);
56             
this.imageBoxFrameGrabber.Name = "imageBoxFrameGrabber";
57             
this.imageBoxFrameGrabber.Size = new System.Drawing.Size(395, 324);
58             
this.imageBoxFrameGrabber.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
59             
this.imageBoxFrameGrabber.TabIndex = 15;
60             
this.imageBoxFrameGrabber.TabStop = false;
61             
//
62             
// label1
63             
//
64             
this.label1.AutoSize = true;
65             
this.label1.BackColor = System.Drawing.Color.Transparent;
66             
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67             
this.label1.Location = new System.Drawing.Point(413, 258);
68             
this.label1.Name = "label1";
69             
this.label1.Size = new System.Drawing.Size(46, 14);
70             
this.label1.TabIndex = 18;
71             
this.label1.Text = "Name: ";
72             
//
73             
// textBox1
74             
//
75             
this.textBox1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
76             
this.textBox1.Location = new System.Drawing.Point(413, 275);
77             
this.textBox1.Name = "textBox1";
78             
this.textBox1.Size = new System.Drawing.Size(220, 23);
79             
this.textBox1.TabIndex = 17;
80             
//
81             
// button2
82             
//
83             
this.button2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
84             
this.button2.Location = new System.Drawing.Point(413, 304);
85             
this.button2.Name = "button2";
86             
this.button2.Size = new System.Drawing.Size(224, 31);
87             
this.button2.TabIndex = 16;
88             
this.button2.Text = "Enroll face";
89             
this.button2.UseVisualStyleBackColor = true;
90             
this.button2.Click += new System.EventHandler(this.Button2Click);
91             
//
92             
// groupBox1
93             
//
94             
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
95             
this.groupBox1.Controls.Add(this.imageBox1);
96             
this.groupBox1.Location = new System.Drawing.Point(429, 12);
97             
this.groupBox1.Name = "groupBox1";
98             
this.groupBox1.Size = new System.Drawing.Size(204, 219);
99             
this.groupBox1.TabIndex = 19;
100             
this.groupBox1.TabStop = false;
101             
this.groupBox1.Text = "Information";
102             
//
103             
// imageBox1
104             
//
105             
this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
106             
this.imageBox1.Location = new System.Drawing.Point(23, 36);
107             
this.imageBox1.Name = "imageBox1";
108             
this.imageBox1.Size = new System.Drawing.Size(163, 134);
109             
this.imageBox1.TabIndex = 6;
110             
this.imageBox1.TabStop = false;
111             
//
112             
// frmEnrollment
113             
//
114             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
115             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
116             
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
117             
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
118             
this.ClientSize = new System.Drawing.Size(652, 364);
119             
this.Controls.Add(this.groupBox1);
120             
this.Controls.Add(this.label1);
121             
this.Controls.Add(this.textBox1);
122             
this.Controls.Add(this.button2);
123             
this.Controls.Add(this.imageBoxFrameGrabber);
124             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
125             
this.MaximizeBox = false;
126             
this.Name = "frmEnrollment";
127             
this.Text = "Face Enrollment";
128             
this.Load += new System.EventHandler(this.FrmEnrollmentLoad);
129             ((System.ComponentModel.ISupportInitialize)(
this.imageBoxFrameGrabber)).EndInit();
130             
this.groupBox1.ResumeLayout(false);
131             ((System.ComponentModel.ISupportInitialize)(
this.imageBox1)).EndInit();
132             
this.ResumeLayout(false);
133             
this.PerformLayout();
134
135         }
136         
private Emgu.CV.UI.ImageBox imageBox1;
137         
private System.Windows.Forms.GroupBox groupBox1;
138         
private System.Windows.Forms.Button button2;
139         
private System.Windows.Forms.TextBox textBox1;
140         
private System.Windows.Forms.Label label1;
141         
private Emgu.CV.UI.ImageBox imageBoxFrameGrabber;
142     }
143 }


Gõ tìm kiếm nhanh...